home *** CD-ROM | disk | FTP | other *** search
- -- background: 8538 from stack: in
- -- bmap block id: 9071
- -- flags: 0000
- -- background id: 0
- -- name: Leftmost
- ----- HyperTalk script -----
- on mouseLeave
- global current
-
- if (current≠0) then
- hide card field current
- put 0 into current
- end if
- end mouseLeave
-
- on mouseUp
- global current
-
- if (current≠0) then
- hide card field current
- put 0 into current
- end if
- end mouseUp
-
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=355 top=280 right=301 bottom=481
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Back to Main
- ----- HyperTalk script -----
- on mouseUp
- visual iris open to card
- go to card id 3488
- end mouseUp
-
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=483 top=280 right=298 bottom=503
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- visual dissolve fast
- go to next
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 8004
- -- rect: left=355 top=309 right=331 bottom=503
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Walkthrough
- ----- HyperTalk script -----
- on mouseDown
- global current
-
- show card field 1
- put 1 into current
- end mouseDown
-
-